Gets an System.Collections.Generic.ICollection containing the keys of the ReadOnlyDictionary.

Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
Keys 
As 
ICollection(
Of K)
C#
public 
ICollection<K> 
Keys { 
get; }
Visual C++
public:
virtual 
property 
ICollection<K>^ 
Keys {
	
ICollection<K>^ 
get () 
sealed;
}
JavaScript
function get_
keys();

See Also